home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / pc / dos / editors / e4v151 / template.c < prev    next >
C/C++ Source or Header  |  1993-02-25  |  171b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4.  
  5. /* Prototypes */
  6.  
  7.  
  8. /* End of Prototypes */
  9.  
  10. int main(int argc, char * argv[])
  11. {
  12.  
  13.  
  14.     return 0;    
  15. }
  16.